GtkCssProvider: Load themes from versioned directories
authorMatthias Clasen <mclasen@redhat.com>
Thu, 13 Nov 2014 00:22:55 +0000 (19:22 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 13 Nov 2014 00:22:55 +0000 (19:22 -0500)
commite2ce0700a6fb31456c5de10c896f39691c248f5e
tree76176abc3df163cb6a42d9eade4d86e45b918b26
parent55fd3a762c4e4addc3716b6e9e1c1a6622ed7842
GtkCssProvider: Load themes from versioned directories

Look for themes in $prefix/themes/$name/gtk-$version/ (for
version = 3.16, 3.14, ...), before using the old location
$prefix/themes/$name/gtk-3.0/. This gives theme authors a
way to support multiple versions of GTK+ 3 with separate
css files.
gtk/gtkcssprovider.c